Expand description

FFI bindings to the Fastly Compute@Edge ABI.

This is a low-level package; the fastly crate wraps these functions in a much friendlier, Rust-like interface. You should not have to depend on this crate explicitly in your Cargo.toml.

Versioning and compatibility

The Cargo version of this package was previously set according to compatibility with the Compute@Edge platform. Since the v0.25.0 release of the Fastly CLI, the CLI is configured with the range of fastly-sys versions that are currently compatible with the Compute@Edge platform. The Cargo version of this package since 0.4.0 instead follows the Cargo SemVer compatibility guidelines.

Modules

Structs

BackendConfigOptions codings.
Content-Encoding codings.

Functions

xqd_body_appendDeprecated
xqd_body_closeDeprecated
Close a body, freeing its resources and causing any sends to finish.
xqd_body_newDeprecated
xqd_body_readDeprecated
xqd_body_writeDeprecated
xqd_log_writeDeprecated
xqd_req_method_getDeprecated
xqd_req_method_setDeprecated
xqd_req_newDeprecated
xqd_req_sendDeprecated
xqd_req_send_asyncDeprecated
xqd_req_uri_getDeprecated
xqd_req_uri_setDeprecated
xqd_req_version_getDeprecated
xqd_req_version_setDeprecated
xqd_resp_newDeprecated
xqd_resp_status_getDeprecated
xqd_resp_status_setDeprecated

Type Definitions